home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
EnigmA Amiga Run 1997 May
/
EnigmA AMIGA RUN 18 (1997)(G.R. Edizioni)(IT)[!][issue 1997-05][EAR-CD II].iso
/
earcd
/
disk
/
cdrom
/
optycdpl.lha
/
OptyCDPlayer
/
Arexx
/
Help.rexx
< prev
next >
Wrap
OS/2 REXX Batch file
|
1996-10-18
|
326b
|
16 lines
/*
** This script shows how to obtain the list of ARexx commands.
*/
options results
address 'OPTYCDPLAYER'
/* read the list into a temporary file */
'help t:_tmp'
/* type the file to stdout */
address command "type t:_tmp >con:////Rayvery/CLOSE/WAIT"
/* delete the temporary file */
address command "delete >nil: t:_tmp"